From: Glenn Morris Date: Tue, 4 Jan 2011 17:04:10 +0000 (-0800) Subject: * lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option alist. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5289 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9208565e204a12553ff98cdc8073a9fb06d2297e;p=emacs.git * lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option alist. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a773a5596bc..b421056e6bf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-01-04 Glenn Morris + + * textmodes/rst.el (rst-compile-toolsets): + Add pdf and s5 to option alist. + 2011-01-04 Jan Moringen * net/dbus.el (dbus-register-property): Added optional parameter diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 34ac6000d0c..243382e502b 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el @@ -3255,7 +3255,7 @@ document with \\[rst-compile]." An association list of the toolset to a list of the (command to use, extension of produced filename, options to the tool (nil or a string)) to be used for converting the document." - :type '(alist :options (html latex newlatex pseudoxml xml) + :type '(alist :options (html latex newlatex pseudoxml xml pdf s5) :key-type symbol :value-type (list :tag "Specification" (file :tag "Command")